Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2023

Bumps GraphQL.Server.Transports.AspNetCore from 3.4.0 to 7.2.0.

Release notes

Sourced from GraphQL.Server.Transports.AspNetCore's releases.

Version 7.2.0

What's Changed

Full Changelog: graphql-dotnet/server@7.1.1...7.2.0

Version 7.1.1

What's Changed

Full Changelog: graphql-dotnet/server@7.1.0...7.1.1

Version 7.1.0

What's Changed

Full Changelog: graphql-dotnet/server@7.0.0...7.1.0

Version 7.0.0

What's New

  • Entirely new implementation of WebSocket / subscription support
  • Support for newer graphql-ws WebSocket protocol
  • Support for authorization over WebSocket connections
  • Refactored implementation of ASP.NET Core middleware for better extensibility
  • Support for the application/graphql+json media type
  • Support for ASP.NET Core 2.1 running on .NET Framework 4.8 or .NET Core 2.1
  • Entirely new authorization rule with support for AllowAnonymous and role-based rules
  • Support for endpoint authorization rules
  • Configuration simplified to a single line of code
  • New readme with much better instructions and usage notes
  • Many new samples added, such as usage with JWT Bearer tokens
  • Reduced dependencies on third-party packages
  • Many new options for configuration of GraphQL endpoint
  • NRT annotations and rewritten XML comments throughout
⚠️ Note that authorization rules on input types are ignored in v7 ⚠️

See Migrating from 6.x to 7.x for detailed migration notes.

... (truncated)

Commits
  • dc8dd6f Catch additional exception types when a WebSocket connection is disconnected ...
  • 6eeb04c Hide logo and readme in Solution Explorer (#972)
  • d5266fa Add UseIgnoreDisconnections helper (#971)
  • 321f4f7 Simplify Azure Functions support (#968)
  • 9c0926c Add Azure Functions support (#966)
  • 833e804 Bump Moq from 4.18.2 to 4.18.3 (#964)
  • 062fcb4 Bump Serilog.AspNetCore from 6.0.1 to 6.1.0 (#963)
  • 6cb41a5 Add symmetric key note (#960)
  • ea4f0f9 Run tests and samples against .NET 7 (#954)
  • d0a0b37 Update readme to emphasize deriving from GraphQLHttpMiddleware\<T> (#947)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [GraphQL.Server.Transports.AspNetCore](https://github.com/graphql-dotnet/server) from 3.4.0 to 7.2.0.
- [Release notes](https://github.com/graphql-dotnet/server/releases)
- [Commits](graphql-dotnet/server@3.4...7.2.0)

---
updated-dependencies:
- dependency-name: GraphQL.Server.Transports.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 28, 2023

Superseded by #879.

@dependabot dependabot bot closed this Feb 28, 2023
@dependabot dependabot bot deleted the dependabot/nuget/test/GraphQL.Server.Transports.AspNetCore-7.2.0 branch February 28, 2023 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants